home *** CD-ROM | disk | FTP | other *** search
/ Java Certification Exam Guide / McGrawwHill-JavaCertificationExamGuide.iso / pc / Web Links and Code / ans / chap19 / exer1902 / Amount.java next >
Encoding:
Java Source  |  1997-04-20  |  93 b   |  7 lines

  1. package currency;
  2.  
  3. public class Amount {
  4.    public int dollars;
  5.    public int cents;
  6. }
  7.